dom.startOfDocument()

Availability 3.0
Description Moves the insertion point to the beginning of the document (that is, before the first visible content in the Document window, or before the opening HTML tag in the HTML inspector, depending on which window has focus).
Arguments {bShiftIsDown}
The argument is a Boolean value indicating whether to extend the selection. If omitted, the default is FALSE.
Returns Nothing.
Enabler None.